PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutBlockAlign Enumeration
In This Topic
    PDFStandardLayoutBlockAlign Enumeration
    In This Topic
    Specifies the available values for PDFStandardLayoutAttribute.setBlockAlign.
    Members
    MemberDescription
    AFTERAfter edge of the last child's allocation rectangle aligned with that of the table cell's content rectangle.
    BEFOREBefore edge of the first child's allocation rectangle aligned with that of the table cell's content rectangle.
    JUSTIFYChildren aligned with both the before and after edges of the table cell's content rectangle. The first child shall be placed as described for BEFORE and the last child as described for AFTER, with equal spacing between the children. If there is only one child, it shall be aligned with the before edge only, as for BEFORE.
    MIDDLEChildren centred within the table cell. The distance between the before edge of the first child's allocation rectangle and that of the table cell's content rectangle shall be the same as the distance between the after edge of the last child's allocation rectangle and that of the table cell's content rectangle.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardLayoutBlockAlign

    See Also